home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / for amiga / v2.0 / announce-2.0.8.z / announce-2.0.8
Text File  |  1997-04-23  |  4KB  |  97 lines

  1. This announces the release of Linux/68K-2.0.8
  2.  
  3. Below is a list of the major changes since the 2.0.4 release. Lotsa
  4. things happend since the last release, most noticealble for the Amiga.
  5.  
  6. Roman Zippel:
  7.  - Rewrote the interrupt code for the Amiga.
  8.  - Rewrote amifb.c for ECS color support etc. A bunch of new
  9.    command-line options for the 'video' parameter has been added:
  10.  
  11.    o depth:<depth>
  12.         Change the depth of the screen
  13.    o size:<xres>;<yres>;<vxres>;<vyres>;<depth>
  14.         Change the size of the display
  15.    o timing:<left>;<right>;<upper>;<lower>
  16.         Change the timing values of the display
  17.    o sync:<hslen>;<vslen>
  18.         Change the length of sync len
  19.  
  20.    You can omit some values and the default values will be taken,
  21.    e.g. you can change virtual screen size with "size:;;1024;1024",
  22.    but don't use any spaces! Another important note: You must first
  23.    specify a video mode and then can you modify it this
  24.    options. Usually you first set your videomode with fbset and then
  25.    take the timing and size values you'll get with "fbset --info".
  26.  
  27.    There is another option:
  28.    o fstart:<fetchstart>
  29.         with this you can set the minimum possible start of bitplane
  30.         dma, default is that you can't switch off sprite dma, but if
  31.         you want an allyoucangetoutofit videomode and don't need a
  32.         hardware cursor, you can reduce this. Further informations
  33.         also in amifb.c, but if you're not certain, don't use it!
  34.  
  35. Guenther Kelleter:
  36.   - Yres_virtual is now changeable for TT and STE (with `fbset').
  37.   - Added support for VESA power control (currently Falcon with VGA monitor
  38.     only. Compatible to linux/i386, see drivers/char/vesa_blank.c for
  39.     instructions). With this the video parameter "pwrsave" is now obsolete.
  40.     I implemented it by changing the interpretation of the argument of
  41.     struct fb_info.blank (compatible to the old interpretation).
  42.     Added the required powerdown timer to arch/m68k/kernel/console.c.
  43.     VESA power control is disabled by default.
  44.   - Fixed panning for Falcon hicolor mode (No, X11 doesn't support this
  45.     mode yet).
  46.   - Fixed pixelclock calculation to make Geert's mode-switching Xserver
  47.     (potentially) work on Falcon. (The monochrome mode needs another patch
  48.     for the Xserver. I'll send that to you later, Geert!) 
  49.   - atasound.c: Fixed frequency calculation for PSG.
  50.   - genhd.c:atari_partition(): removed unused variable `i'.
  51.     Added `LNX' and `SWP' to allowed partition types (from 1.2.13pl10).
  52.  
  53. Juergen Orschiedt:
  54.   - missing jiffies in ACSI-based drivers
  55.   - mount a MSDOS-partitioned drive with m68k-machines
  56.   - show the type of mounted filesystem in front of the partitions
  57.   - added the missing mountpoints for "root=" during startup
  58.  
  59. Andreas Schwab:
  60.   - __memcpy_page doesn't return a value; i've also changed the asm
  61.     constraints because data isn't actually modified
  62.   - the atari scsi driver doesn't use the status byte constants
  63.     correctly: they represent the values after shifing the status byte
  64.     right by one
  65.   - NCR5380_proc_info and the print functions that use the SPRINTF macro
  66.     may still overflow the print buffer
  67.   - the mid level scsi driver knows about QUEUE FULL now
  68.   - in scsi_times_out the flags in internal_timeout never include both
  69.     IN_RESET and IN_RESET2 at the same time.
  70.   - Removed some libc includes (forwarded to Linus and already put
  71.     into the native source).
  72.  
  73. Joerg Dorchain:
  74.   - amiflop.c updated to the level of 1.2.13pl10
  75.  
  76. Geert Uytterhoeven:
  77.   - amiflop.c compile as a module.
  78.   - minor keyboard patches.
  79.  
  80. Myself:
  81.   - cache_clear finally does the right thing, so we do no longer need
  82.     to flush all dma-pages before dma-read operations.  This should
  83.     increate SCSI performance slightly for the wd33c93 based drivers,
  84.     but maybe it is not noticeable.
  85.   - Added a config-cpu option, thus it is now possible compile the
  86.     kernel for a specific cpu, which converts a lot of run-time tests,
  87.     in the mm-code, into compile-time tests. If configureing the
  88.     kernel for the 68040 only, it is also possible to compile the
  89.     kernel with the -m68040 flag.
  90.   - More speed optimizations, amongst a special __memcpy_page function.
  91.  
  92. This is it for today, you will be able to find the new kernel at
  93. SunSITE.auc.dk under /pub/os/linux/680x0/v2.0 (when it gets back
  94. online).
  95.  
  96. 09/24/96 - Jes Sorensen
  97.